Newer
Older
Simple-Multiplayer-Unity3D / Multiplayer Project / Library / PackageCache / [email protected] / Tests / Runtime / InputField / FakeInputModule.cs
using UnityEngine.EventSystems;

namespace InputfieldTests
{
    public class FakeInputModule : BaseInputModule
    {
        public override void Process()
        {
        }
    }
}